Skip to content
New issue

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

Compatible with https://esm.sh #113

Merged
merged 1 commit into from
Mar 27, 2024
Merged

Compatible with https://esm.sh #113

merged 1 commit into from
Mar 27, 2024

Commits on Mar 27, 2024

  1. Compatible with https://esm.sh

    I'm making a cloud playground website that can import any library registered in the NPM registry with `esm.sh`.
    
    By the way, as `esm.sh` has been published for `deno`, it is not possible to import `NodeJS` built-in libraries.
    
    In such reason, this PR removes every direct import statements to the NodeJS built-in libraries, and performed indirect import through `import2` library, so that bundler cannot merge them.
    samchon committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    b27b91e View commit details
    Browse the repository at this point in the history