summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-03docs: use the rightwards arrow symbol uniformly (#7331)reuixiy
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-01docs(std/uuid): remove mention of v3 which is not supported (#7318)Casper Beyer
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-01Remove unused crate_modules feature (#7311)Ryan Dahl
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-31chore(std/wasi): fix no-inner-declarations lints (#7286)Casper Beyer
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-30refactor(std/uuid): remove dependency on isString from std/node (#7273)Casper Beyer
2020-08-30test(std/uuid): reorganize to use one test module per public module (#7272)Casper Beyer
2020-08-29docs(std/fs): remove stale references to readFileStr and writeFileStr (#7254)Casper Beyer
2020-08-29upgrade: rust 1.46.0 (#7251)Ryan Dahl
2020-08-29Typo in zsh env setup steps (#7250)Matt Barnett-Jones
2020-08-29v1.3.2Bartek Iwańczuk
2020-08-29upgrade: rusty_v8 0.9.1 / V8 8.6.334 (#7243)Bartek Iwańczuk
2020-08-29fix(lint): use recommended rules set (#7222)Yusuke Tanaka
2020-08-29feat(std/fmt): add bright color variations (#7241)Casper Beyer
2020-08-29fix(URL): Add missing part assignment (#7239)Nayeem Rahman
2020-08-28fix(std/testing): invalid dates assertion equality (#7230)Christian Petersen
2020-08-28test(cli/flags): restore disabled test cases (#7236)Yoshiya Hinosawa
2020-08-28fix(std/encoding/toml): Comment after arrays causing incorrect output (#7224)Jakob Strobl
2020-08-28fix benchmark publish again (#7235)Ryan Dahl
2020-08-28fix benchmark publish (#7232)Ryan Dahl
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-27chore(std/encoding): disable `no-control-regex` (#7219)Yusuke Tanaka
2020-08-27fix(std/wasi): invalid number to bigint conversion in fd_tell (#7215)Casper Beyer
2020-08-27test(std/wasi): seperate test runner into a module (#7191)Casper Beyer