Age | Commit message (Collapse) | Author |
|
This commit renames two assertion functions to better align with JS API:
- assertStringContains -> assertStringIncludes
- assertArrayContains -> assertArrayIncludes
|
|
This reverts commit c5c48f845a4d25f064c4388fcdd4295317edf155.
|
|
This commit stabilizes "deno lint" by removing
the need to pass --unstable flag.
--unstable is still required when using --json flag.
|
|
|
|
|
|
--importmap still works as an alias to --import-map
but is not visible in CLI help output.
|
|
|
|
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
|
|
|
This adds a section on the repl with the keybindings that we support out
of the box.
|
|
|
|
|
|
Fixes #7841
|
|
|
|
|
|
|
|
|
|
Fixes #7731
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
docs. (#7678)
Fixes #7556
Fixes #7634
|
|
|
|
Closes #7602
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
started” (#7421)
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|