Skip to content

Commit

Permalink
fix(CodeExecutable): Remove CodeExpression variant from `codeDepend…
Browse files Browse the repository at this point in the history
…encies`
  • Loading branch information
nokome committed Jan 13, 2022
1 parent 84d094d commit 294e606
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion schema/CodeExecutable.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ properties:
items:
anyOf:
- $ref: CodeChunk
- $ref: CodeExpression
- $ref: Parameter
$comment: |
Note that this excludes `CodeExpression` nodes since they should not have side effects
(e.g. assigning variables) that would cause another node to be dependent upon them.
codeDependents:
'@id': stencila:codeDependents
description: The downstream dependents of the code.
Expand Down

0 comments on commit 294e606

Please sign in to comment.