Skip to content
New issue

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

Fixed import errors on modules with shebang declarations #179

Merged
merged 2 commits into from Dec 18, 2021

Commits on Mar 31, 2020

  1. Configuration menu
    Copy the full SHA
    dea7b22 View commit details
    Browse the repository at this point in the history
  2. fix: jhnnsGH-178 import error on shebang modules

    As of NodeJS 12.16.0, importing modules with shebang declarations failed.
    This commit checks the first line for shebang declarations and removes them
    before trying to load the module.
    breautek committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    0244069 View commit details
    Browse the repository at this point in the history