Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-28 | feat(compile): Add `--no-terminal` to compile command (#17991) | JasperVanEsveld | |
2023-06-07 | refactor: helpers methods on `TypeCheckMode` (#19393) | David Sherret | |
2023-06-06 | perf(cli): conditionally load typescript declaration files (#19392) | David Sherret | |
Closes #18583 | |||
2023-05-19 | feat(compile): remove need for `--unstable` with npm specifiers (#19185) | David Sherret | |
2023-05-16 | docs: fix typos (#19118) | Lenni | |
2023-05-10 | feat(compile): unstable npm and node specifier support (#19005) | David Sherret | |
This is the initial support for npm and node specifiers in `deno compile`. The npm packages are included in the binary and read from it via a virtual file system. This also supports the `--node-modules-dir` flag, dependencies specified in a package.json, and npm binary commands (ex. `deno compile --unstable npm:cowsay`) Closes #16632 |