Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Replaces -D/--log-debug flag with --log-level=debug
--log-level=info displays permission access
|
|
|
|
denoland/deno_std#492
|
|
|
|
|
|
|
|
Adds ModuleSpecifier, which wraps a URL. This is now passed around instead of
specifier and resolver strings.
|
|
And improve bundle docs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is step 1 of the plan outlined here:
https://github.com/denoland/deno/issues/2090#issuecomment-492897028
|
|
|
|
|
|
Using `std::fs::canonicalize` to expand path to full existing path, such that
later attempt to loop-pop and compare path segment would work.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Type deno <subcommand> -h to view descriptions.
|
|
|
|
|
|
Use `--config`
|
|
|
|
|
|
|
|
Changes "deno --types" to "deno types"
and "deno --prefetch" to "deno prefetch"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|