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

fix(import-meta): import process from node:process for node compatible builds (deno) #2225

Merged
merged 2 commits into from Mar 8, 2024

Commits on Mar 7, 2024

  1. fix: deno task dev compatibility

    Fixes denoland/deno#22744
    Ref denoland/deno#22744
    
    This commit adds an emitted import to the process global of the Node.js adapter output.
    This ensures the output can be used by Deno's Node compat layer.
    littledivy committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    7aa0f07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a03b7a2 View commit details
    Browse the repository at this point in the history