Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-20 | fix(fmt,lint): do not print number of checked files when `--quiet` is ↵ | Yusuke Tanaka | |
enabled (#7579) | |||
2020-09-20 | fix(cli/flags): Make --unstable a global flag (#7585) | Nayeem Rahman | |
2020-09-20 | refactor: remove CliState, use OpState, add CliModuleLoader (#7588) | Bartek Iwańczuk | |
- remove "CliState.workers" and "CliState.next_worker_id", instead store them on "OpState" using type aliases. - remove "CliState.global_timer" and "CliState.start_time", instead store them on "OpState" using type aliases. - remove "CliState.is_internal", instead pass it to Worker::new - move "CliState::permissions" to "OpState" - move "CliState::main_module" to "OpState" - move "CliState::global_state" to "OpState" - move "CliState::check_unstable()" to "GlobalState" - change "cli_state()" to "global_state()" - change "deno_core::ModuleLoader" trait to pass "OpState" to callbacks - rename "CliState" to "CliModuleLoader" | |||
2020-09-19 | fix(cli/rt): make some web API constructors illegal at runtime (#7468) | Nayeem Rahman | |
2020-09-19 | chore: reenable disabled test in std/ (#7578) | Bartek Iwańczuk | |
2020-09-19 | refactor(cli/coverage): use json and error check protocol responses (#7577) | Casper Beyer | |
2020-09-18 | ci: fix publishing the 'deno_fetch' crate (#7568) | Bert Belder | |
2020-09-18 | v1.4.1 | Bert Belder | |
2020-09-18 | refactor: move fields from CliState to OpState (#7558) | Bartek Iwańczuk | |
- move rng to OpState - move GlobalTimer to OpState - move Metrics to OpState | |||
2020-09-18 | fix(bundle, eval, repl): Add missing flags (#7414) | Nayeem Rahman | |
Restructures flag helpers and applies them consistently. | |||
2020-09-18 | Use reqwest from deno_fetch export (#7562) | Ryan Dahl | |
2020-09-18 | fix(cli/fmt): canonicalize files in current dir (#7508) | tokiedokie | |
2020-09-18 | fix(cli/repl): format evaluation results with the object specifier (#7561) | Casper Beyer | |
2020-09-18 | publish deno_fetch during CI (#7557) | Ryan Dahl | |
2020-09-18 | fix(cli/console): surround non alpha-numeric object keys with quotes (#7550) | Casper Beyer | |
2020-09-18 | refactor: move FileReader to op_crates/web (#7554) | Bartek Iwańczuk | |
2020-09-18 | fix(cli/console): always quote and escape inspected strings (#7546) | Casper Beyer | |
2020-09-18 | refactor: deno_fetch op crate (#7524) | Bartek Iwańczuk | |
2020-09-17 | feat(std/node) stub out process.stdin, stdout, stderr (#7184) | Jarrett Helton | |
2020-09-17 | fix(cli/fmt): make fmt output more readable (#7534) | Pig Fang | |
2020-09-17 | fix: disable rustyline logs (#7535) | Bartek Iwańczuk | |
2020-09-17 | refactor: Move URL to op_crates/web (#7544) | Bartek Iwańczuk | |
2020-09-17 | fix(cli/console): escape non printable characters in object entries (#7533) | Casper Beyer | |
2020-09-17 | refactor: use Symbol.for instead of Symbol in cli/rt/ (#7537) | Bartek Iwańczuk | |
2020-09-17 | refactor: move op_resources and op_close to deno_core (#7539) | Bartek Iwańczuk | |
Moves op_close and op_resources to deno_core::ops and exports them. Adds serde dependency to deno_core and reexports it. Moves JS implementation of those ops to Deno.core and reexports them in Deno. | |||
2020-09-17 | refactor: disable URL.createObjectUrl (#7543) | Bartek Iwańczuk | |
2020-09-17 | chore: remove readJson/writeJson from manual (#7541) | Luca Casonato | |
2020-09-17 | fix: Use Buffer.writeSync in MultipartBuilder (#7542) | Ryan Dahl | |
2020-09-17 | refactor: make fetch use op_fetch_read instead of op_read (#7529) | Ryan Dahl | |
2020-09-16 | test(std/wasi): add sched_yield test (#7511) | Casper Beyer | |
2020-09-16 | refactor: remove dispatch_json.js from cli/rt and cli/tsc (#7521) | Bartek Iwańczuk | |
Instead use Deno.core.jsonOpSync and Deno.core.jsonOpAsync | |||
2020-09-16 | Re-export deno_core::url (#7525) | Ryan Dahl | |
Also re-exports deno_core::futures and deno_core::serde_json but these are not yet used in the CLI. | |||
2020-09-16 | Remove unnecessary extern statements | Ryan Dahl | |
2020-09-16 | Remove unnecessary serde_derive dependency | Ryan Dahl | |
2020-09-16 | Revert "feat(install): bundle before installation" (#7522) | Bert Belder | |
This reverts the changes introduced by PR #5276, which made `deno install «script»` automatically bundle the script's dependencies. It broke the `deno install` command for a large number of scripts. This reverts commit 34e98fa59cd70f7ce64e587bef41fac536a3076b. Closes: #7492 | |||
2020-09-16 | simplify global properties (#7502) | Ryan Dahl | |
2020-09-16 | refactor(unstable): deno info --json output (#7417) | bartOssh | |
Provide flat JSON structured output. Fix BrokenPipe error when piping out to "head". | |||
2020-09-16 | Revert "fix(cli/http_utils): accept a single key-multiple values headers ↵ | Bartek Iwańczuk | |
(#7375)" (#7515) This reverts commit f5c84920c225579af9c249bdac4a59a046ef8683. | |||
2020-09-16 | fix(std/testing): assertion diff color (#7499) | Pig Fang | |
2020-09-16 | docs: fix typo assertAsyncThrows -> assertThrowsAsync (#7506) | Sidd Sridharan | |
2020-09-16 | ci: remove wasm target installation step (#7512) | Casper Beyer | |
2020-09-15 | Remove http_client from CliState, store in OpState directly (#7497) | Ryan Dahl | |
2020-09-15 | cli/msg.rs -> cli/media_type.rs | Ryan Dahl | |
2020-09-15 | Don't expose ErrWithV8Handle from deno_core | Ryan Dahl | |
2020-09-15 | fix(std/datetime): timezone bug (#7466) | Tim Reichen | |
2020-09-15 | docs(lint): ignore diagnostic in whole file (#7489) | Bartek Iwańczuk | |
2020-09-15 | fix(cli/http_utils): accept a single key-multiple values headers (#7375) | tokiedokie | |
2020-09-15 | refactor(cli/tests): change std_path to root_path in std_tests() (#7438) | tokiedokie | |
2020-09-15 | remove stub implementation of v3 in std/uuid (#7488) | Casper Beyer | |
2020-09-14 | Make JsRuntimeState private (#7484) | Ryan Dahl | |