summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/npm/registry
AgeCommit message (Expand)Author
2023-02-23feat(npm): support bare specifiers from package.json in more subcommands and ...David Sherret
2023-02-22feat(task): support scripts in package.json (#17887)David Sherret
2023-02-08fix: use static Reflect methods in nodeGlobalThis proxy (#17696)Kamil Ogórek
2023-01-24refactor: remove Deno.core (#16881)Bartek Iwańczuk
2023-01-14fix(npm): use original node regex in npm resolution (#17404)Kiryl Dziamura
2023-01-10fix(npm): allow to read package.json if permissions are granted (#17209)Bartek Iwańczuk
2023-01-06fix(npm): handle declaration file resolution where packages incorrectly defin...David Sherret
2022-12-19fix(npm): conditional exports with --node-modules-dir (#17111)Bartek Iwańczuk
2022-12-15fix(npm): improve exports resolution when type checking (#17071)David Sherret
2022-12-05fix(npm): dependency types were sometimes not being resolved when package had...David Sherret
2022-11-30fix(npm): improve package.json exports support for types (#16880)David Sherret
2022-11-29fix(ext/node): allow absolute path in createRequire (#16853)Yoshiya Hinosawa
2022-11-28fix(npm): don't resolve JS files when resolving types (#16854)David Sherret
2022-11-25fix(npm): better error message when attempting to use typescript in npm packa...David Sherret
2022-11-24fix(npm/types): resolve main entrypoint declaration file when no types entry ...David Sherret
2022-11-24fix(npm/check): prioritize exports over types entry (#16788)David Sherret
2022-11-19fix(npm): handle directory resolution when resolving declaration files (#16706)David Sherret
2022-11-19fix(ext/node): handle URL in createRequire (#16682)Yoshiya Hinosawa
2022-11-16fix(npm): using types for packages with subpath (#16656)Bartek Iwańczuk
2022-11-16fix(npm): support non-all lowercase package names (#16669)David Sherret
2022-11-16fix(npm): don't fail if conditional exports don't contains types (#16651)Bartek Iwańczuk
2022-11-15fix(npm): probing for files that have a file stem (#16641)Bartek Iwańczuk
2022-11-08feat(unstable/npm): support peer dependencies (#16561)David Sherret
2022-11-02fix(npm): add `console` global for node environment (#16519)David Sherret
2022-10-27chore(npm): add explicit tests for `module.exports` assignment with type chec...David Sherret
2022-10-21feat(unstable/npm): initial type checking of npm specifiers (#16332)David Sherret
2022-10-01fix(npm): handle json files in require (#16125)Bartek Iwańczuk
2022-09-28feat(npm): functionality to support child_process.fork (#15891)David Sherret
2022-09-22feat(npm): add flag for creating and resolving npm packages to a local node_m...David Sherret
2022-09-17fix(ext/node): fix builtin module module (#15904)Yoshiya Hinosawa
2022-09-14fix(npm): binary entrypoint for .js or no extension (#15900)Bartek Iwańczuk
2022-09-12fix(npm): use shim from deno_node crate for 'module' built-in module (#15881)Bartek Iwańczuk
2022-09-12fix(npm): support cjs resolution of package subpath with package.json (#15855)David Sherret
2022-09-10fix(npm): align Node esm code importing cjs with Node (#15838)David Sherret
2022-09-10fix(npm): remove export binding to match node (#15837)David Sherret
2022-09-08fix(npm): recursive translation of reexports, remove window global in node co...Bartek Iwańczuk
2022-09-03fix(npm): add more context to errors when file doesn't exist (#15749)Bartek Iwańczuk
2022-08-31fix(npm): translate CJS to ESM with name clashes for files and dirs (#15697)Bartek Iwańczuk
2022-08-30fix(npm): prefer importing esm from esm (#15676)David Sherret
2022-08-30fix(npm): skip extracting pax_global_header from tarballs (#15677)Bartek Iwańczuk
2022-08-29fix(npm): conditional exports with wildcards (#15652)Bartek Iwańczuk
2022-08-26fix(npm): handle cjs re-exports with the same name as an export (#15626)David Sherret
2022-08-26fix(ext/node): fix global in node env (#15622)Yoshiya Hinosawa
2022-08-26chore(npm): add test for esm npm binary package (#15609)David Sherret
2022-08-25fix: avoid global declaration collisions in cjs (#15608)David Sherret
2022-08-24feat: support subpaths in npm package references (#15578)David Sherret
2022-08-23feat(npm): support packages with multiple command names (#15565)David Sherret
2022-08-23feat: binary npm commands (#15542)David Sherret
2022-08-20feat(unstable): initial support for npm specifiers (#15484)David Sherret