Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-14 | Use dprint for internal formatting (#6682) | David Sherret | |
2020-06-16 | feat(std/hash): reimplement all hashes in WASM (#6292) | skdltmxn | |
2020-05-22 | fix: SWC lexer settings and silent errors (#5752) | Bartek IwaĆczuk | |
This commit changes how error occurring in SWC are handled. Changed lexer settings to properly handle TS decorators. Changed output of SWC error to annotate with position in file. | |||
2019-11-14 | Loader: support .wasm imports (#3328) | Kevin (Kun) "Kassimo" Qian | |
* loader: support .wasm imports * http_server: true * Support named exports * Clippy | |||
2019-10-27 | feat: top-level-for-await (#3212) | Andy Hayden | |
2019-10-09 | Run deno_std tests in github actions | Ryan Dahl | |
2019-09-16 | Move integration tests to //cli/tests/ (#2964) | Ryan Dahl | |
This ensures the deno executable is properly created before running the integration tests. Also allows deno_cli to be used as a lib. Docs are now properly generated: https://docs.rs/deno_cli/0.18.4/deno_cli/ Towards #2933 Prep for #2955 | |||
2019-09-16 | Fix and enable linting of deno_typescript/*, tools/*, website/* (#2962) | Bert Belder | |
2019-02-12 | Revert "Rewrite tools/format.py in deno (#1528)" (#1752) | Ryan Dahl | |
tools/format.ts is making CI flaky and it's difficult to run right now. Reverting to tools/format.py This reverts commit f19622e7681b7753788137706e535f72c3ebb38e. | |||
2019-02-08 | Use std/prettier in deno //tools/format.ts (#1708) | Yoshiya Hinosawa | |
2019-02-02 | Support --fmt | Ryan Dahl | |
2019-01-11 | Pipe new exception info through into JSError | Ryan Dahl | |
Adds a new integration test for syntax error. | |||
2018-07-25 | Remove msg_generated hack (#409) | Kitson Kelly | |
2018-07-09 | chore: use local prettier | Yoshiya Hinosawa | |