mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
* 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>
8 lines
123 B
JSON
8 lines
123 B
JSON
{
|
|
"name": "hello",
|
|
"imports": {
|
|
"#async_hooks": "async_hooks",
|
|
"#bun": "bun",
|
|
"#bun_test": "bun:test"
|
|
}
|
|
} |