Replies: 1 comment 2 replies
-
@cspotcode I've confirmed this is a bug. When I change the dependency:
to...
it works! Please re-open this as an issue. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Search Terms
There's a similiar issue, #922. However it is closed and the suggested solutions don't work for me.
Expected Behavior
No error. I've confirmed this is a bug. When I change the dependency:
to...
I don't get
SyntaxError: Cannot use import statement outside a module
anymore.Actual Behavior
I'm getting:
Steps to reproduce the problem
git clone https://github.com/matheusdiasdesouzads/message-locator-js
cd message-locator-js
ts-node src/index.ts
Minimal reproduction
The repository https://github.com/matheusdiasdesouzads/message-locator-js is pretty short and only depends on https://github.com/matheusdiasdesouzads/language-objects-js, which is also short.
Specifications
Windows 10, not WSL.
Beta Was this translation helpful? Give feedback.
All reactions