Age | Commit message (Collapse) | Author |
|
|
|
|
|
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
|
|
|
|
Fixes #9206
|
|
|
|
|
|
This commit fixes coverage collection by ignoring
comments when tallying up line counts.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #9054
|
|
|
|
|
|
This commit adds support for formatting markdown files with "deno fmt".
Additionally "--ext={js|jsx|ts|tsx|md}" flag was added to "deno fmt"
that allows to specify file type when providing contents over stdio.
|
|
|
|
|
|
|
|
|
|
Fixes #9096.
|
|
This commit adds --target and --lite flags to deno compile subcommand.
--target allows to cross-compile binary to different target architectures by
fetching appropriate binary from remote server on first run. All downloaded
binaries are stored in "$DENO_DIR/dl".
--lite allows to use lite version of the runtime (ie. the one that doesn't contain
built-in tooling like formatter or linter).
|
|
|
|
|
|
(#9143)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #8814
|
|
|