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: stub node:module.register() #24965

Merged
merged 2 commits into from
Aug 9, 2024
Merged

Conversation

marvinhagemeister
Copy link
Contributor

@marvinhagemeister marvinhagemeister commented Aug 9, 2024

This is commonly used to register loading non standard file types. But some libs also register TS loaders which Deno supports natively, like the npm payload package. This PR unblocks those.

Fixes #24902

This is commonly used to register loading non standard file types. But some libs also register TS loaders which Deno supports natively.
@marvinhagemeister marvinhagemeister merged commit f474c4f into main Aug 9, 2024
17 checks passed
@marvinhagemeister marvinhagemeister deleted the stub-module-register branch August 9, 2024 12:25
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.

The requested module 'node:module' does not provide an export named 'register'
2 participants