Age | Commit message (Collapse) | Author |
|
This commit stabilises import maps by removing requirement
on "--unstable" flag when "--import-map" flag is used.
|
|
--importmap still works as an alias to --import-map
but is not visible in CLI help output.
|
|
This commit adds support for following flags:
- deno install --importmap
- deno install --no-remote
- deno install --lock
- deno install --lock-write
- deno install --cached-only
- deno install --v8-flags
- deno install --seed
|
|
This commit removes "check_stderr" setting from itest! macro used
to generate integration tests. Without this setting on tests discarded
output of stderr making it very hard to debug the problem in test.
Numerous tests were changed by adding "--quiet" flag to not display
"Compile"/"Download" prompts.
|
|
|