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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
In my system,
npm ls --depth=1 /xxxx/xxxx/work/sweetjs -- sweet.js@3.0.5 +-- @sweet-js/cli@3.0.4 -- @sweet-js/core@3.0.4
-- sweet.js@3.0.5 +-- @sweet-js/cli@3.0.4
I was trying the class example given at http://www.sweetjs.org/doc/1.0/tutorial.html#_sweet_class I was getting below error
Error: Cannot find module 'sweet.js/helpers' from '/xxxx/xxxxx/work/sweetjs'
Updating the import command as below made this example work import { unwrap, isIdentifier } from 'sweet-core/helpers.js' for syntax;
The text was updated successfully, but these errors were encountered:
Sorry, more fallout from the re-org. Should have a fix at sweet-js/sweet-shell#2.
Thanks for taking the time to report!
Sorry, something went wrong.
No branches or pull requests
In my system,
npm ls --depth=1
/xxxx/xxxx/work/sweetjs
-- sweet.js@3.0.5 +-- @sweet-js/cli@3.0.4
-- @sweet-js/core@3.0.4I was trying the class example given at http://www.sweetjs.org/doc/1.0/tutorial.html#_sweet_class
I was getting below error
Error: Cannot find module 'sweet.js/helpers' from '/xxxx/xxxxx/work/sweetjs'
Updating the import command as below made this example work
import { unwrap, isIdentifier } from 'sweet-core/helpers.js' for syntax;
The text was updated successfully, but these errors were encountered: