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

feat: resolve node builtin module without node: scheme #295

Merged
merged 10 commits into from
Sep 28, 2023

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    2ef0bfb View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    36edda3 View commit details
    Browse the repository at this point in the history
  2. pass npm_resolver from builder

    kt3k committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    46ac0e0 View commit details
    Browse the repository at this point in the history
  3. fix build error for wasm target

    kt3k committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    770c002 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    0725e31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f75e8d3 View commit details
    Browse the repository at this point in the history
  3. move bare builtin node mod check

    kt3k committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    d618bc8 View commit details
    Browse the repository at this point in the history
  4. fix lint

    kt3k committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    6ca66c4 View commit details
    Browse the repository at this point in the history
  5. make code shorter

    kt3k committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    e6a2266 View commit details
    Browse the repository at this point in the history
  6. reduce the use of .unwrap()

    kt3k committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    4ebda53 View commit details
    Browse the repository at this point in the history