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
/
global_state.rs
Age
Commit message (
Expand
)
Author
2020-09-30
fix(cli): use global_state file_fetcher when using SpecifierHandler (#7748)
Kitson Kelly
2020-09-29
refactor: improve graph and tsc_config (#7747)
Kitson Kelly
2020-09-26
refactor: combine MainWorker::new and MainWorker::create (#7693)
Bartek Iwańczuk
2020-09-26
refactor: use JsRuntime to implement TSC (#7691)
Bartek Iwańczuk
2020-09-25
refactor(cli/inspector): make server optional (#7656)
Casper Beyer
2020-09-25
refactor: new module graph used for no check (#7621)
Kitson Kelly
2020-09-21
refactor: remove GlobalState::compile_lock (#7598)
Bartek Iwańczuk
2020-09-20
refactor: remove CliState, use OpState, add CliModuleLoader (#7588)
Bartek Iwańczuk
2020-09-15
cli/msg.rs -> cli/media_type.rs
Ryan Dahl
2020-09-15
refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)
Bert Belder
2020-09-14
refactor: use ParsedModule and improve MediaTypes enum (#7456)
Kitson Kelly
2020-09-12
Revert "feat(unstable): Support data: urls (#5157)" (#7432)
Bartek Iwańczuk
2020-09-11
feat(unstable): Support data: urls (#5157)
Valentin Anger
2020-09-07
feat(info): Dependency count and sizes (#6786)
KrisChambers
2020-09-06
refactor(core): rename CoreIsolate to JsRuntime (#7373)
Bartek Iwańczuk
2020-09-06
refactor(core): merge CoreIsolate and EsIsolate (#7370)
Bartek Iwańczuk
2020-09-06
Move JSON ops to deno_core (#7336)
Bert Belder
2020-08-19
refactor: move cli/doc/ to separate crate (#7103)
Bartek Iwańczuk
2020-08-19
Make Rc/Arc wrapper around State/GlobalState visible (#7104)
Bert Belder
2020-08-03
fix(cli): add support for non-UTF8 source files (#6789)
Maayan Hanin
2020-07-28
refactor: Use SWC to strip types for "--no-check" flag (#6895)
Bartek Iwańczuk
2020-07-17
fix: providing empty source code for missing compiled files (#6760)
Bartek Iwańczuk
2020-07-12
feat(cli): add DENO_CERT environment variable (#6370)
Oscar Linde
2020-07-08
feat: add --no-check option (#6456)
Kitson Kelly
2020-07-02
refactor: lock file (#6569)
Bartek Iwańczuk
2020-06-30
refactor: Improvements to TsCompiler and its tests (#6576)
Kitson Kelly
2020-06-24
Incremental compilation for TypeScript (#6428)
Bartek Iwańczuk
2020-06-19
refactor(compiler): split code paths for compile and bundle (#6304)
Bartek Iwańczuk
2020-06-15
fix(compiler): JSX compilation and provide better error message (#6300)
Bartek Iwańczuk
2020-06-13
Move to allowlist and blocklist (#6282)
Luca Casonato
2020-06-10
fix: several regressions in TS compiler (#6177)
Bartek Iwańczuk
2020-06-01
fix: compile TS dependencies of JS files (#6000)
Bartek Iwańczuk
2020-05-29
refactor: TS compiler and module graph (#5817)
Bartek Iwańczuk
2020-05-24
fix: create HTTP cache lazily (#5795)
Bartek Iwańczuk
2020-05-18
refactor: rewrite TS dependency analysis in Rust (#5029)
Bartek Iwańczuk
2020-05-11
fix: source maps in inspector (#5223)
Bartek Iwańczuk
2020-05-11
refactor: check permissions in SourceFileFetcher (#5011)
Bartek Iwańczuk
2020-05-08
refactor: Remove cli::compilers module (#5138)
Bartek Iwańczuk
2020-05-07
BREAKING: Remove support for .wasm imports (#5135)
Bartek Iwańczuk
2020-05-07
fix(deno_dir): better error message (#5120)
Yoshiya Hinosawa
2020-05-04
Rename DenoPermissions, add abs path asserts (#5076)
Ryan Dahl
2020-05-02
BREAKING: remove support for JSON imports (#5037)
Bartek Iwańczuk
2020-04-06
fix: fetch reference types for JS files (#4652)
Giorgi Rostomashvili
2020-04-03
clippy (#4618)
Kitson Kelly
2020-04-03
Make inspector more robust, add --inspect-brk support (#4552)
Bert Belder
2020-03-27
feat: Support Inspector / Chrome Devtools (#4484)
Ryan Dahl
2020-02-26
DenoFlags -> Flags (#4136)
Ryan Dahl
2020-02-25
Remove _async from method names since _sync are gone (#4128)
Ryan Dahl
2020-02-23
refactor: use OpError instead of ErrBox for errors in ops (#4058)
Bartek Iwańczuk
2020-02-19
refactor: rewrite HTTP cache for file fetcher (#4030)
Bartek Iwańczuk
[next]