mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
dfc5eec43c
This commit adds support for executing top-level `.cjs` files, as well as import `.cjs` files from within npm packages. This works only for `.cjs` files, the contents of sibling `package.json` are not consulted for the `"type"` field. Closes https://github.com/denoland/deno/issues/25384 --------- Signed-off-by: David Sherret <dsherret@users.noreply.github.com> Co-authored-by: Luca Casonato <hello@lcas.dev> Co-authored-by: David Sherret <dsherret@users.noreply.github.com>
5 lines
133 B
Text
5 lines
133 B
Text
hello from foo node module
|
|
[WILDCARD]import_common_js
|
|
cjsModule.cwd() [WILDCARD]import_common_js
|
|
foobar
|
|
cjsModule.foobar() undefined
|