summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/npm/registry
AgeCommit message (Expand)Author
2024-02-01refactor: load bytes in deno_graph (#22212)David Sherret
2024-01-24feat: Expand 'imports' section of deno.json (#22087)Bartek Iwańczuk
2024-01-23feat: warn when using --unstable, prefer granular flags (#21452)Bartek Iwańczuk
2024-01-21fix(lsp): improved npm specifier to import map entry mapping (#22016)David Sherret
2024-01-17refactor: change tests to not rely on Deno.run() (#21961)Bartek Iwańczuk
2023-12-14fix(node): support resolving a package.json import to a builtin node module (...David Sherret
2023-12-11fix: allow reserved word 'mod' in exports (#21537)Ryan Dahl
2023-11-06fix(byonm): correct resolution for scoped packages (#21083)David Sherret
2023-11-04fix(node): use closest package.json to resolve package.json imports (#21075)David Sherret
2023-10-25feat(unstable): ability to `npm install` then `deno run main.ts` (#20967)David Sherret
2023-10-17fix(node): resolve file.d specifiers in npm packages (#20918)David Sherret
2023-09-18fix(cli): for main-module that exists in package.json, use the version define...await-ovo
2023-08-01feat(npm): support running non-bin scripts in npm pkgs via `deno run` (#19975)David Sherret
2023-07-31perf: faster node globals access in cjs (#19997)Luca Casonato
2023-07-28fix(npm): improve declaration resolution for filename with different extensio...David Sherret
2023-07-26fix(check): should bust check cache when json module or npm resolution change...David Sherret
2023-07-19feat(ext/node): properly segregate node globals (#19307)Luca Casonato
2023-07-17fix(npm): support dynamic import of Deno TS from npm package (#19858)David Sherret
2023-07-17fix(node): improve require esm error messages (#19853)David Sherret
2023-07-14fix(npm): improve error message on directory import in npm package (#19538)Elian Cordoba
2023-07-03fix(npm): escape export identifier in double quoted string (#19694)await-ovo
2023-07-01fix(npm): handle more reserved words as cjs exports (#19672)David Sherret
2023-05-24fix(npm): create `node_modules/.deno/node_modules` folder (#19242)David Sherret
2023-05-17fix(npm): improved optional dependency support (#19135)David Sherret
2023-05-10feat(compile): unstable npm and node specifier support (#19005)David Sherret
2023-05-10fix(node): conditional exports edge case (#19082)Bartek Iwańczuk
2023-05-02fix(npm): canonicalize filename before returning (#18948)Bartek Iwańczuk
2023-04-06fix(npm): reload an npm package's dependency's information when version not f...David Sherret
2023-04-06fix(ext/node): fix unable to resolve fraction.js (#18544)Marvin Hagemeister
2023-04-06fix(ext/node): json encode binary command name (#18596)Geert-Jan Zwiers
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