We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While trying to bundle with rollup, theres an export issue:
Error: 'process' is not exported by ../../node_modules/core-worker/index.js
It'd also be nice if you'd use only standardized JS features, so one could import directly from the source.
Unfortunately at the moment while importing from core-worker/src/index:
core-worker/src/index
[!] (commonjs plugin) SyntaxError: Unexpected token (21:23) in .../node_modules/core-worker/src/index.js ../../node_modules/core-worker/src/index.js (21:23) 19: import TProcess from "./Process"; 20: 21: export const process = ::TProcess.create; ^ 22: export const Process = TProcess;
Yes, its still stage 0 in 2019...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While trying to bundle with rollup, theres an export issue:
It'd also be nice if you'd use only standardized JS features, so one could import directly from the source.
Unfortunately at the moment while importing from
core-worker/src/index
:Yes, its still stage 0 in 2019...
The text was updated successfully, but these errors were encountered: