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: support node built-in module imports #17264

Merged
merged 37 commits into from
Jan 24, 2023

Conversation

bartlomieju
Copy link
Member

@bartlomieju bartlomieju commented Jan 4, 2023

Closes #16223

@dsherret dsherret marked this pull request as draft January 10, 2023 17:21
@dsherret dsherret changed the title [WIP] feat: support node built-in module imports feat: support node built-in module imports Jan 10, 2023
@dsherret dsherret self-assigned this Jan 10, 2023
…n lsp... wee need to somehow tell typescript to load this package's type declarations so it will get the ambient modules
cli/build.rs Outdated Show resolved Hide resolved
cli/graph_util.rs Outdated Show resolved Hide resolved
@bartlomieju bartlomieju mentioned this pull request Jan 23, 2023
13 tasks
@dsherret dsherret marked this pull request as ready for review January 23, 2023 22:22
Copy link
Member

@dsherret dsherret left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dsherret dsherret merged commit fc2e001 into denoland:main Jan 24, 2023
@bartlomieju bartlomieju deleted the builtin_node_modules branch January 24, 2023 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

error: Uncaught (in promise) TypeError: Unsupported scheme "node" for module "node:XXX"
2 participants