summaryrefslogtreecommitdiff
path: root/.prettierignore
AgeCommit message (Collapse)Author
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-06-16feat(std/hash): reimplement all hashes in WASM (#6292)skdltmxn
2020-05-22fix: 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-14Loader: support .wasm imports (#3328)Kevin (Kun) "Kassimo" Qian
* loader: support .wasm imports * http_server: true * Support named exports * Clippy
2019-10-27feat: top-level-for-await (#3212)Andy Hayden
2019-10-09Run deno_std tests in github actionsRyan Dahl
2019-09-16Move 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-16Fix and enable linting of deno_typescript/*, tools/*, website/* (#2962)Bert Belder
2019-02-12Revert "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-08Use std/prettier in deno //tools/format.ts (#1708)Yoshiya Hinosawa
2019-02-02Support --fmtRyan Dahl
2019-01-11Pipe new exception info through into JSErrorRyan Dahl
Adds a new integration test for syntax error.
2018-07-25Remove msg_generated hack (#409)Kitson Kelly
2018-07-09chore: use local prettierYoshiya Hinosawa