mirror of
https://github.com/denoland/deno.git
synced 2024-12-03 17:08:35 -05:00
28aa489de9
This is the initial support for npm and node specifiers in `deno compile`. The npm packages are included in the binary and read from it via a virtual file system. This also supports the `--node-modules-dir` flag, dependencies specified in a package.json, and npm binary commands (ex. `deno compile --unstable npm:cowsay`) Closes #16632
8 lines
208 B
Text
8 lines
208 B
Text
local: [WILDCARD]main.ts
|
|
type: TypeScript
|
|
dependencies: 2 unique
|
|
size: [WILDCARD]
|
|
|
|
file:///[WILDCARD]/main.ts (63B)
|
|
└─┬ file:///[WILDCARD]/lib.ts (166B)
|
|
└── npm:@denotest/esm-basic@1.0.0 (416B)
|