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
Shebang lines are ignored when executing with qjs, allowing for executable JS scripts in *nix environments. However, it seems that the shebang line is not ignored when detecting whether a file is an ES6 module or not. It will look to see if the first line of the file contains an import statement and see the shebang instead and incorrectly conclude that it is not a module.
The text was updated successfully, but these errors were encountered:
Shebang lines are ignored when executing with qjs, allowing for executable JS scripts in *nix environments. However, it seems that the shebang line is not ignored when detecting whether a file is an ES6 module or not. It will look to see if the first line of the file contains an import statement and see the shebang instead and incorrectly conclude that it is not a module.
The text was updated successfully, but these errors were encountered: