Files
bun.sh/test/js/bun/resolve/package.json
dave caruso 798f548607 fix(resolver): allow builtins to be imported via subpath imports (#7505)
* fix(resolver): allow builtins to be imported via subpath imports

* [autofix.ci] apply automated fixes

* Fix target

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-12-07 01:51:21 -08:00

8 lines
123 B
JSON

{
"name": "hello",
"imports": {
"#async_hooks": "async_hooks",
"#bun": "bun",
"#bun_test": "bun:test"
}
}