1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-28 01:59:06 -05:00
denoland-deno/cli/tools/registry
David Sherret 826e42a5b5
fix: improved support for cjs and cts modules (#26558)
* cts support
* better cjs/cts type checking
* deno compile cjs/cts support
* More efficient detect cjs (going towards stabilization)
* Determination of whether .js, .ts, .jsx, or .tsx is cjs or esm is only
done after loading
* Support `import x = require(...);`

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2024-11-01 12:27:00 -04:00
..
pm fix(install): cache json exports of JSR packages (#26552) 2024-10-25 20:19:03 +00:00
api.rs refactor(lsp): changes for lsp_types 0.97.0 (#25169) 2024-08-24 01:21:21 +01:00
auth.rs fix(publish): permissionless dry-run in GHA (#22679) 2024-03-06 18:26:20 +05:30
diagnostics.rs feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
graph.rs fix(check): properly surface dependency errors in types file of js file (#25860) 2024-09-25 09:04:57 -04:00
mod.rs refactor: extract out sloppy imports resolution from CLI crate (#25920) 2024-09-28 19:17:48 -04:00
paths.rs fix(publish): workspace included license file had incorrect path (#24747) 2024-07-26 15:35:29 +00:00
pm.rs fix: .npmrc settings not being passed to install/add command (#26473) 2024-10-24 20:03:56 +02:00
provenance.rs fix(publish): ensure provenance is spec compliant (#25200) 2024-08-31 15:53:46 +00:00
publish_order.rs feat: npm workspace and better Deno workspace support (#24334) 2024-07-04 00:54:33 +00:00
tar.rs fix: improved support for cjs and cts modules (#26558) 2024-11-01 12:27:00 -04:00
unfurl.rs refactor: extract out sloppy imports resolution from CLI crate (#25920) 2024-09-28 19:17:48 -04:00