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
/
proc_state.rs
Age
Commit message (
Expand
)
Author
2021-11-09
feat(cli): support React 17 JSX transforms (#12631)
Kitson Kelly
2021-10-28
feat(compat): integrate import map and classic resolutions in ESM resolution ...
Bartek Iwańczuk
2021-10-26
fix(cli): do not cache emit when diagnostics present (#12541)
Kitson Kelly
2021-10-21
fix(lsp): formatting should error on certain additional swc diagnostics (#12491)
David Sherret
2021-10-19
refactor: use a single Mutex in ProcState for module graph (#12489)
Bartek Iwańczuk
2021-10-18
feat(unstable): Node CJS and ESM resolvers for compat mode (#12424)
Bartek Iwańczuk
2021-10-18
fix(cli/fmt_errors): don't panic on source line formatting errors (#12449)
Nayeem Rahman
2021-10-11
refactor: integrate deno_graph into CLI (#12369)
Kitson Kelly
2021-10-06
feat(compat): inject Node globals (#12342)
Bartek Iwańczuk
2021-10-05
feat: add --compat flag to provide built-in Node modules (#12293)
Bartek Iwańczuk
2021-09-29
feat: support serializing `WebAssembly.Module` objects (#12140)
Andreu Botella
2021-09-24
refactor: Rename ProgramState to ProcState (#12204)
Ryan Dahl