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
Can't produce the TS package because Deno refuses to resolve Typescript filenames correctly
Can't produce the ES6 package because Deno refuses to resolve Node names correctly
> import * as jssm from "https://deno.land/x/jssm/es6/jssm.js"
Download https://deno.land/x/jssm/es6/jssm.js
Warning Implicitly using latest version (5.71.1) for https://deno.land/x/jssm/es6/jssm.js
Download https://deno.land/x/jssm@5.71.1/es6/jssm.js
Download https://deno.land/x/jssm@5.71.1/es6/jssm-dot
Download https://deno.land/x/jssm@5.71.1/es6/jssm_constants
Download https://deno.land/x/jssm@5.71.1/es6/jssm_error
Download https://deno.land/x/jssm@5.71.1/es6/jssm_util
Download https://deno.land/x/jssm@5.71.1/es6/version
Uncaught TypeError: Module not found "https://deno.land/x/jssm@5.71.1/es6/jssm_error".
at https://deno.land/x/jssm@5.71.1/es6/jssm.js:7:27
at async <anonymous>:2:14
>
Can't use a minified es6 or minified es5 CJS package because the Deno runtime is buggy and has a stack overflow attempting to load the module
> import * as jssm from "https://deno.land/x/jssm/jssm.es5.cjs.js"
Download https://deno.land/x/jssm/jssm.es5.cjs.js
Warning Implicitly using latest version (5.71.1) for https://deno.land/x/jssm/jssm.es5.cjs.js
Download https://deno.land/x/jssm@5.71.1/jssm.es5.cjs.js
thread 'main' has overflowed its stack
This includes after following the specialty CJS instructions.
Deno staff told me this wasn't fixable unless I rewrote my library to their standards, then used a codemod to support my existing users
Tried communicating with the Typescript staff and separately with the Deno staff about the fixes I think I see that are easy; was shut down in each case
It's not immediately clear to me how to fix this without writing a rollup plugin, and if I take that route, it inflates my install weight by another ~300k for basically no upside
Don't want to turn my back on the Deno community but not sure how to get help
Can't produce the TS package because Deno refuses to resolve Typescript filenames correctly
Can't produce the ES6 package because Deno refuses to resolve Node names correctly
Can't use a minified es6 or minified es5 CJS package because the Deno runtime is buggy and has a stack overflow attempting to load the module
This includes after following the specialty CJS instructions.
Deno staff told me this wasn't fixable unless I rewrote my library to their standards, then used a codemod to support my existing users
Tried communicating with the Typescript staff and separately with the Deno staff about the fixes I think I see that are easy; was shut down in each case
It's not immediately clear to me how to fix this without writing a rollup plugin, and if I take that route, it inflates my install weight by another ~300k for basically no upside
Don't want to turn my back on the Deno community but not sure how to get help
blocks #1084
The text was updated successfully, but these errors were encountered: