This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
0
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2025-02-21 21:03:16 -05:00
Code
Issues
Packages
1
Wiki
Activity
1efc77331c
denoland-deno
/
tests
/
specs
/
run
/
node_prefix_missing
/
config.json
5 lines
58 B
JSON
Raw
Normal View
History
Unescape
Escape
fix(node/byonm): do not accidentally resolve bare node built-ins (#25543) This was accidentally enabled in byonm, but it requires the `--unstable-bare-node-builtins` flag. Closes #25358
2024-09-09 17:35:41 -04:00
{
fix(regression): show bare-node-builtin hint when using an import map (#27632)
2025-01-10 20:39:43 -05:00
"imports"
:
{
}
,
fix(node/byonm): do not accidentally resolve bare node built-ins (#25543) This was accidentally enabled in byonm, but it requires the `--unstable-bare-node-builtins` flag. Closes #25358
2024-09-09 17:35:41 -04:00
"unstable"
:
[
"bare-node-builtins"
]
}
Copy permalink