index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
swc_util.rs
Age
Commit message (
Expand
)
Author
2020-06-19
refactor(compiler): split code paths for compile and bundle (#6304)
Bartek Iwańczuk
2020-06-10
fix: handle @deno-types in export {} (#6202)
Bartek Iwańczuk
2020-06-09
upgrade: deno_lint v0.1.8 (#6208)
Bartek Iwańczuk
2020-06-05
ci: upgrade to Rust 1.44.0 (#6113)
Bert Belder
2020-05-30
fix: ES private fields parsing in SWC (#5964)
Bartek Iwańczuk
2020-05-29
refactor: TS compiler and module graph (#5817)
Bartek Iwańczuk
2020-05-26
fix: parsing of JSX and TSX in SWC (#5870)
Bartek Iwańczuk
2020-05-23
fix: TSX analysis in module graph loader (#5785)
Bartek Iwańczuk
2020-05-22
fix: SWC lexer settings and silent errors (#5752)
Bartek Iwańczuk
2020-05-22
fix: ts type imports (#5733)
Bartek Iwańczuk
2020-05-18
refactor: rewrite TS dependency analysis in Rust (#5029)
Bartek Iwańczuk
2020-05-15
fix some clippy warning (#5462)
Yiyu Lin
2020-04-30
feat: add SWC dependency analyzer (#5015)
Bartek Iwańczuk
2020-04-27
refactor: factor out AstParser from DocParser (#4923)
Bartek Iwańczuk