mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-31 13:21:52 -04:00
10 lines
360 B
Markdown
10 lines
360 B
Markdown
# @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)
|