Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-31 | refactor: 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-31 | upgrade: swc, deno_doc, deno_lint, dprint (#7276) | Bartek Iwańczuk | |
2020-08-29 | v1.3.2 | Bartek Iwańczuk | |
2020-08-28 | Move 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-26 | upgrade: swc, deno_doc, deno_lint, dprint (#7194) | Bartek Iwańczuk | |
2020-08-23 | upgrade: swc, dprint, deno_lint, deno_doc (#7162) | Bartek Iwańczuk | |
2020-08-21 | v1.3.1 | Bartek Iwańczuk | |
2020-08-19 | refactor: move cli/doc/ to separate crate (#7103) | Bartek Iwańczuk | |
2020-08-18 | refactor: permissions (#7074) | Nayeem Rahman | |
2020-08-18 | upgrade: swc, deno_lint, dprint (#7098) | Bartek Iwańczuk | |
2020-08-13 | v1.3.0 | Bartek Iwańczuk | |
2020-08-13 | upgrade: swc, deno_lint, dprint (#7040) | Bartek Iwańczuk | |
2020-08-12 | upgrade: Rust crates | Bert Belder | |
The following crates were _not_ upgraded to avoid having multiple versions of the same crate in the dependency tree: * tokio-tungstenite v0.10.1 -> v0.11.0 * swc_common v0. 8.0 -> v0. 9.1 * swc_ecmascript v0. 1.0 -> v0. 3.0 * webpki-roots v0.19.0 -> v0.20.0 * nix v0.17.0 -> v0.18.0 | |||
2020-08-08 | v1.2.3 | Ryan Dahl | |
2020-08-08 | upgrade: deno_lint v0.1.21 (#6985) | Bartek Iwańczuk | |
2020-08-07 | Op crate for Web APIs (#6906) | Bartek Iwańczuk | |
Co-authored-by: Ryan Dahl <ry@tinyclouds.org> | |||
2020-08-03 | fix(cli): add support for non-UTF8 source files (#6789) | Maayan Hanin | |
Fixes: #5542 | |||
2020-07-31 | v1.2.2 | Ryan Dahl | |
2020-07-31 | upgrade: deno_lint, dprint, swc (#6928) | Bartek Iwańczuk | |
This commit upgrades: deno_lint 0.1.20 dprint-plugin-typescript 0.25.0 swc_ecmascript 0.1.0 SWC is no longer reexported from dprint nor deno_lint. | |||
2020-07-28 | refactor: Use SWC to strip types for "--no-check" flag (#6895) | Bartek Iwańczuk | |
2020-07-26 | Shorten Windows file description (#6881) | Mark Tiedemann | |
2020-07-25 | upgrade: deno_lint v0.1.17 (#6869) | Bartek Iwańczuk | |
2020-07-24 | v1.2.1 | Ryan Dahl | |
2020-07-23 | Align cargo dependency features (#6860) | Ryan Dahl | |
2020-07-23 | upgrade: tokio 0.2.22 (#6838) | Bartek Iwańczuk | |
2020-07-22 | Reduce size of TypeScript Compiler snapshot (#6809) | Ryan Dahl | |
This PR is intentionally ugly. It duplicates all of the code in cli/js2/ into cli/tsc/ ... because it's very important that we all understand that this code is unnecessarily duplicated in our binary. I hope this ugliness provides the motivation to clean it up. The typescript git submodule is removed, because it's a very large repo and contains all sorts of stuff we don't need. Instead the necessary files are copied directly into the deno repo. Hence +200k lines. COMPILER_SNAPSHOT.bin size ``` master 3448139 this branch 3320972 ``` Fixes #6812 | |||
2020-07-20 | Remove deno_typescript (#6813) | Ryan Dahl | |
2020-07-15 | fix(cli): add icon and metadata to deno.exe on Windows (#6693) | Maayan Hanin | |
Co-authored-by: Mark Tiedemann <www.marktiedemann@gmail.com> Co-authored-by: Luca Casonato <lucacasonato@yahoo.com> Co-authored-by: Bert Belder <bertbelder@gmail.com> | |||
2020-07-13 | v1.2.0 | Bartek Iwańczuk | |
2020-07-11 | chore: upgrade deno_lint, remove direct dprint dep (#6679) | Bartek Iwańczuk | |
This PR removes direct dependency on dprint-plugin-typescript and swc_ecma_visit. Both of these dependencies have been pushed out to deno_lint crate. This should make it a bit easier to do the upgrades and prevent having conflicting crate requirements. | |||
2020-07-10 | fix(URL): Implement spec-compliant host parsing (#6689) | Nayeem Rahman | |
2020-07-08 | feat(unstable): Deno.ppid (#6539) | uki00a | |
2020-07-06 | chore: Only use one set of tokio features (#6655) | Ryan Dahl | |
2020-07-03 | v1.1.3 | Bartek Iwańczuk | |
2020-07-03 | upgrade: dprint-typescript-plugin 0.19.5, deno_lint 0.1.15 (#6614) | Bartek Iwańczuk | |
2020-07-01 | upgrade: swc_ecma_visit, dprint, deno_lint (#6580) | Bartek Iwańczuk | |
2020-06-27 | Update to dprint-plugin-typescript 0.19.3 (#6527) | David Sherret | |
2020-06-26 | v1.1.2 | Bartek Iwańczuk | |
2020-06-20 | Remove Deno.dir and dirs dependency (#6385) | Ryan Dahl | |
2020-06-19 | v1.1.1 | Ryan Dahl | |
2020-06-19 | upgrade crates (#6378) | Ryan Dahl | |
2020-06-18 | chore(test): move testing utilities to test_util crate (#6360) | Bartek Iwańczuk | |
2020-06-16 | chore: remove glob dependency (#6317) | Bartek Iwańczuk | |
2020-06-12 | v1.1.0 | Bartek Iwańczuk | |
2020-06-12 | update: deno_lint to v0.1.10 (#6248) | Bartek Iwańczuk | |
* update: deno lint to v0.1.10 * Parallelize "deno lint" subcommand | |||
2020-06-10 | feat(lint): use default globs, upgrade to v0.1.9 (#6222) | Bartek Iwańczuk | |
This commit: * added default file globs so "deno lint" can be run without arguments (just like "deno fmt") * added test for globs in "deno lint" * upgrade "deno_lint" crate to v0.1.9 | |||
2020-06-09 | upgrade: deno_lint v0.1.8 (#6208) | Bartek Iwańczuk | |
2020-06-08 | feat: "deno lint" subcommand (#6125) | Bartek Iwańczuk | |
2020-06-06 | Add diff for "deno fmt --check" (#5599) | Filippo Rossi | |
2020-06-03 | Upgrade to swc_ecma_parser 0.24.5 (#6077) | David Sherret | |