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
Expected: You should see <div>Hello world</div> on the console
Actual:
/private/tmp/wtfcjs/node_modules/@bikeshaving/crank/html.js:1
export * from "./esm/html.js";
^^^^^^
SyntaxError: Unexpected token 'export'
at Object.compileFunction (vm.js:344:18)
at wrapSafe (internal/modules/cjs/loader.js:1106:15)
at Module._compile (internal/modules/cjs/loader.js:1140:27)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1196:10)
at Module.load (internal/modules/cjs/loader.js:1040:32)
at Function.Module._load (internal/modules/cjs/loader.js:929:14)
at Module.require (internal/modules/cjs/loader.js:1080:19)
at require (internal/modules/cjs/helpers.js:72:18)
at Object.<anonymous> (/private/tmp/tp/wtfcjs/index.js:2:20)
at Module._compile (internal/modules/cjs/loader.js:1176:30)
The text was updated successfully, but these errors were encountered:
Use this repro script:
Expected: You should see
<div>Hello world</div>
on the consoleActual:
The text was updated successfully, but these errors were encountered: