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
/
tests
/
testdata
/
compiler_api_test.ts
Age
Commit message (
Collapse
)
Author
2022-05-17
BREAKING: Remove unstable Deno.emit and Deno.formatDiagnostics APIs (#14463)
Bartek IwaĆczuk
2022-02-25
feat(cli): support data url (#13667)
Simon Lecoq
Closes #11141
2022-01-20
chore: update copyright year (#13434)
Yoshiya Hinosawa
2022-01-12
feat(cli): add ignore directives to bundled code (#13309)
juju
This commit adds lint and fmt ignore directives to bundled code as well as a comment stating that the code was bundled and shouldn't be edited manually.
2021-12-22
chore: update deno_graph and deno_doc (#13173)
Kitson Kelly
2021-12-16
refactor(cli): use GraphData for check and emit (#12960)
Nayeem Rahman
2021-12-08
fix: upgrade swc fixing many bundling and `--no-check` bugs (#13025)
David Sherret
2021-11-09
feat(cli): support React 17 JSX transforms (#12631)
Kitson Kelly
Closes #8440
2021-10-27
fix(cli): no-check respects inlineSources compiler option (#12559)
Kitson Kelly
Fixes #12064
2021-10-14
fix(cli): re-enable allowSyntheticDefaultImports for tsc (#12435)
Kitson Kelly
Fixes #12434
2021-10-11
refactor: integrate deno_graph into CLI (#12369)
Kitson Kelly
2021-08-11
chore: move test files to testdata directory (#11601)
David Sherret