rename repl + fix eval for spread op
This commit is contained in:
parent
2338a1ee7d
commit
e2eea91261
34 changed files with 332 additions and 183 deletions
9
packages/eval/README.md
Normal file
9
packages/eval/README.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# @strudel/eval
|
||||
|
||||
TBD
|
||||
|
||||
## Dev Notes
|
||||
|
||||
shift-traverser is currently monkey patched because its package.json uses estraverse@^4.2.0,
|
||||
which does not support the spread operator (Error: Unknown node type SpreadProperty.).
|
||||
By monkey patched, I mean I copied the source of shift-traverser to a subfolder and installed the dependencies (shift-spec + estraverse@^5.3.0)
|
||||
Loading…
Add table
Add a link
Reference in a new issue