Kitson Kelly
|
301d3e4b68
|
feat: add mvp language server (#8515)
Resolves #8400
|
2020-12-07 21:46:39 +11:00 |
|
János Veres
|
93d9f51d16
|
fix(cli): add hygiene pass to transpile pipeline (#8586)
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
2020-12-02 20:26:04 +01:00 |
|
Bartek Iwańczuk
|
838d39e2ac
|
refactor(cli): DRY cli/ast.rs (#8555)
This commit deduplicates logic for parsing
modules in cli/ast.rs
|
2020-12-01 21:20:18 +01:00 |
|
Liam Murphy
|
228ecb0acb
|
refactor(repl): use SWC lexer to highlight and validate (#8496)
|
2020-11-27 20:14:54 +01:00 |
|
Bartek Iwańczuk
|
6743383d2e
|
upgrade: deno_doc, deno_lint, dprint, swc (#8292)
|
2020-11-08 23:27:36 +01:00 |
|
Kitson Kelly
|
272e9b82eb
|
fix(cli): inject helpers when transpiling via swc (#8221)
Fixes #8212
|
2020-11-02 22:33:43 +11:00 |
|
Bartek Iwańczuk
|
4f57ca0daf
|
fix: panic in bundler (#8168)
This commit fixes panic in bundler which was caused
by not setting thread-local slots.
|
2020-10-30 12:19:49 +01:00 |
|
Bartek Iwańczuk
|
57cad53945
|
refactor(cli): rewrite Deno.transpileOnly() to use SWC (#8090)
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
|
2020-10-26 14:03:03 +01:00 |
|
Kitson Kelly
|
7e2c7fb6c5
|
refactor(cli): migrate run and cache to new infrastructure (#7996)
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
|
2020-10-23 11:50:15 +11:00 |
|
Kitson Kelly
|
57e95032c8
|
feat(cli): add support for bundle --no-check (#8023)
Fixes #6686
|
2020-10-20 14:10:42 +11:00 |
|
Kitson Kelly
|
99aa23b8dd
|
refactor(cli): remove TextDocument (#7850)
|
2020-10-07 22:43:44 +11:00 |
|
Kitson Kelly
|
c489589e2b
|
refactor: new module graph used for no check (#7621)
|
2020-09-25 08:31:17 +10:00 |
|
Ryan Dahl
|
b2fa903d64
|
cli/msg.rs -> cli/media_type.rs
|
2020-09-15 11:55:51 -04:00 |
|
Bert Belder
|
f5b40c918c
|
refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)
|
2020-09-15 01:50:52 +02:00 |
|
Kitson Kelly
|
5248a711ff
|
chore: add some traits to ast.rs (#7479)
|
2020-09-14 23:59:49 +02:00 |
|
Kitson Kelly
|
a6f34d4722
|
refactor: use ParsedModule and improve MediaTypes enum (#7456)
|
2020-09-14 14:27:44 +02:00 |
|