-
Notifications
You must be signed in to change notification settings - Fork 864
Open
Description
As in #1789 I'm updating all implementations. Implementations that failed to update are moved in to the broken-frameworks folder.
Here's what I'm trying to update:
@marko/run ^0.2.0 → ^0.5.8
@marko/run-adapter-static ^0.1.5 → ^0.2.1
marko ^5.31.0 → ^5.37.1
The build fails with the following error:
[marko-vite:pre]
at node_modules/.marko/60b37072/__marko-run__route._index.entry.marko:11:8
9 | }
10 | static const assets = ["__marko-run__route_95kF"];
> 11 | <const/writeSync=addAssets($global, assets) || setFlush($global)/>
| ^^^^^^^^^ Tag does not support a variable.
12 | -- $!{writeSync && getPrepend($global)}
13 | <Template ...input/>
14 | -- $!{writeSync && getAppend($global)}
file: /home/stefan/js-framework-benchmark/frameworks/keyed/marko/node_modules/.marko/60b37072/__marko-run__route._index.marko?marko-server-entry:undefined:undefined
9 | }
10 | static const assets = ["__marko-run__route_95kF"];
> 11 | <const/writeSync=addAssets($global, assets) || setFlush($global)/>
| ^^^^^^^^^ Tag does not support a variable.
12 | -- $!{writeSync && getPrepend($global)}
13 | <Template ...input/>
14 | -- $!{writeSync && getAppend($global)}
@birkskyum Can you take a look at this?
Metadata
Metadata
Assignees
Labels
No labels