summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Collapse)Author
2020-09-05feat(install): bundle before installation (#5276)Yoshiya Hinosawa
2020-09-04v1.3.3Bartek Iwańczuk
2020-09-04run cargo update (#7348)Ryan Dahl
2020-09-04fix: don't expose globalThis.__bootstrap (#7344)Kitson Kelly
2020-09-04docs: fix anchor link (#7346)迷渡
2020-09-04fix: Handle bad redirects more gracefully (#7342)Ryan Dahl
2020-09-04fix: regex for TS refereces and deno-types (#7333)Bartek Iwańczuk
2020-09-03support env_logger / RUST_LOG (#7142)tokiedokie
2020-09-03refactor: use dependency analyzer from SWC (#7334)Bartek Iwańczuk
2020-09-03upgrade: swc, deno_doc, deno_lint, dprint (#7332)Bartek Iwańczuk
2020-09-02Remove unnecessary stdout pipes in tests (#7322)Ryan Dahl
2020-09-02fix(docs): replace "eslint-ignore-" with "eslint-disable-" (#7319)YellowBird
2020-09-02chore: multi line deno_lint diagnostics (#7303)Luca Casonato
2020-09-02fix: support missing features in --no-check (#7289)Bartek Iwańczuk
This commit adds "EmitTranspileOptions" to "transpile()" function, that allows to configure transpilation process based on the currently loaded "tsconfig.json".
2020-09-02deno_web 0.6.0 (#7317)Ryan Dahl
2020-09-01simplify deno_web init (#7313)Ryan Dahl
2020-09-01fix(URLSearchParams): fix handling of + character (#7314)Yoshiya Hinosawa
2020-09-01fix: use millisecond precision for Deno.futime and Deno.utime (#7299)Casper Beyer
2020-08-31test(std): ensure mod.ts modules have a test coverage (#7264)Casper Beyer
2020-08-31replace utime crate with filetime (#7268)Casper Beyer
2020-08-31fix(doc): fix some typos in cli docs (#7292)Michael Kurze
2020-08-31set maximum size of thread pool to 31 (#7290)Ryan Dahl
2020-08-31feat(unstable): add Deno.futime and Deno.futimeSync (#7266)Casper Beyer
2020-08-31refactor: Compiler config in Rust (#7228)Bartek Iwańczuk
* port tsc_config.rs * cleanup options * bring back allowNonTsExtension * try * fix test * fix test2 * move config for bundling * remove Transpile compile request * remove dead code * remove more dead code * remove checkJs regex * fix * handle config str for runtime APIs * lint * runtimeCompile config in Rust * runtimeCompile and runtimeTranspile config in Rust * fix * remove lint supression * upgrade: jsonc-parser 0.13.0 * remove unneeded to_string() * upgrade: jsonc-parser 0.14.0 * remove AsRef<str>
2020-08-31fix no-inner-declaration lint rule (#7287)Yusuke Tanaka
2020-08-31update actions to run on ubuntu-18.04 (#7160)Trivikram Kamat
2020-08-31feat(lint): Add support for reading input from stdin (#7263)Yusuke Tanaka
2020-08-31fix(cli): use upstream type definitions for WebAssembly (#7216)Casper Beyer
2020-08-31upgrade: swc, deno_doc, deno_lint, dprint (#7276)Bartek Iwańczuk
2020-08-31chore: remove unreachable code to pass linter (#7270)Yusuke Tanaka
2020-08-31refactor: remove dead code in tsc (#7277)Bartek Iwańczuk
2020-08-29v1.3.2Bartek Iwańczuk
2020-08-29fix(lint): use recommended rules set (#7222)Yusuke Tanaka
2020-08-29fix(URL): Add missing part assignment (#7239)Nayeem Rahman
2020-08-28test(cli/flags): restore disabled test cases (#7236)Yoshiya Hinosawa
2020-08-28refactor: migrate ops to new dispatch wrapper (#7118)Bartek Iwańczuk
2020-08-28Move benchmarks to Rust (#7134)Valentin Anger
All benchmarks are done in Rust and can be invoked with `cargo bench`. Currently this has it's own "harness" that behaves like `./tools/benchmark.py` did. Because of this tests inside `cli/bench` are currently not run. This should be switched to the language provided harness once the `#[bench]` attribute has been stabilized.
2020-08-27fix(deno install): Strip "@..." suffixes from inferred names (#7223)Nayeem Rahman
2020-08-26test(url_test): disable `no-self-assign` rule here (#7204)Yusuke Tanaka
2020-08-26upgrade: swc, deno_doc, deno_lint, dprint (#7194)Bartek Iwańczuk
2020-08-26fix(cli): revert "never type check deno info #6978" (#7199)Luca Casonato
2020-08-26Simplify ErrBox-to-class mapping & hook it up to core json ops (#7195)Bert Belder
2020-08-26Remove some more unnecessary 'to_string()' calls (#7190)Bert Belder
2020-08-26refactor: remove OpError, use ErrBox everywhere (#7187)Bert Belder
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2020-08-24feat: update to TypeScript 4.0 (#6514)Kitson Kelly
2020-08-24fix(console): handle escape sequences when logging objects (#7171)Tuan Le
2020-08-24Fix incorrect comment on useDefineForClassFields (#6386)Rob Palmer
2020-08-24test(cli): use assertThrows and assertThrowsAsync for chown tests (#7106)Casper Beyer
2020-08-24refactor(cli/build.rs): extract ts version (#7127)Yoshiya Hinosawa
2020-08-23fix(doc): stack overflow for .d.ts files (#7167)Bartek Iwańczuk