Age | Commit message (Collapse) | Author |
|
Fixes #7927
|
|
|
|
Closes #9204
|
|
Closes #9308
Closes #9023
Closes #8993
|
|
Fixes #9275
|
|
Fixes #9129
|
|
|
|
|
|
This commit adds new binary target called "denort".
It is a "lite" version of "deno" binary that can only execute
code embedded inside the binary itself.
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
|
This commit removes "js" module from "cli".
It contained stuff related to TypeScript compiler (snapshot,
declaration files) and thus it was moved to "tsc" module.
|
|
|
|
Closes: #4752
|
|
Fixes #8918
|
|
|
|
Fixes #6259
|
|
Resolves #8400
|
|
Fixes #8458
|
|
|
|
and updates swc_ecma_codegen
Closes #8161
|
|
|
|
Closes #6618
|
|
Fixes #6176
|
|
Fixes #8289
|
|
Fixes #8309
|
|
|
|
Fixes #8111
|
|
Fixes #7723
|
|
|
|
Fixes #8257
|
|
|
|
Fixes #8060
|
|
Ref #7225
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit e3319f34a6ece36eab3138eae83c8d0e18fcc07c.
|
|
|
|
This commit changes "deno info" subcommand logic.
- Modules are no longer loaded into V8 isolate - analysis
is done using ModuleGraph.
- Removed deno_core::Deps structure.
- Modules are no longer type-checked and transpiled -
"compiled" file is shown only if it is already available.
- Added number of unique dependencies for root module.
- Changed tree output:
- file size is shown next to the dependency
- repeated dependencies are marked with "*"
- used less spaces in prefix to save terminal width
|
|
|
|
|
|
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
|
|
|
|
|
|
|
Fixes: #5542
|
|
|