You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Parse error on line 2:
body { color: green }
-------^
Expecting 'EOF', 'ESCAPED_LEFT', 'ESCAPED_RIGHT', 'CONTENT', '{{', '{{{', got 'INVALID'
at Object.parseError (<anonymous>:45:15)
at Object.parse (<anonymous>:110:22)
at Compiler.makeVariableStatements (/usr/lib/node_modules/domly-liftoff/index.js:292:29)
at Compiler.setTextContent (/usr/lib/node_modules/domly-liftoff/index.js:243:25)
at Compiler.buildFunctionBody (/usr/lib/node_modules/domly-liftoff/index.js:632:18)
at Compiler.precompile (/usr/lib/node_modules/domly-liftoff/index.js:705:8)
at Object.module.exports.precompile (/usr/lib/node_modules/domly-liftoff/index.js:770:21)
at Object.<anonymous> (/home/caleb/w/liftoff/admarkup/domlify.coffee:13:13, <js>:17:21)
at Object.<anonymous> (/home/caleb/w/liftoff/admarkup/domlify.coffee:3:1, <js>:21:4)
at Module._compile (module.js:456:26)
Is this supposed to work?
The text was updated successfully, but these errors were encountered:
Input file:
Result:
Is this supposed to work?
The text was updated successfully, but these errors were encountered: