summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-08fix(core): don't allow to import internal code is snapshot is loaded (#17694)Bartek Iwańczuk
2023-02-08fix(ext/console): Only right-align integers in console.table() (#17389)Waldir Pimenta
2023-02-08chore(cli/tools): fix typo in upgrade.rs (#17690)Ikko Eltociear Ashimine
2023-02-08refactor(core): change SourcePair to ExtensionFileSource (#17686)Bartek Iwańczuk
2023-02-07 refactor: remove prefix from include_js_files & use extension name (#17683)Leo Kettmeir
2023-02-07refactor: Use ES modules for internal runtime code (#17648)Leo Kettmeir
2023-02-07chore: upgrade rusty_v8 to 0.62.2 (#17604)Bartek Iwańczuk
2023-02-07chore: forward v1.30.3 release commit to main (#17677)denobot
2023-02-06chore: update std submodule to 0.176.0 (#17668)Bartek Iwańczuk
2023-02-06fix: revert lsp related internal specifiers (#17673)Leo Kettmeir
2023-02-06refactor(npm): use per-thread package.json cache (#17644)Bartek Iwańczuk
2023-02-06refactor: create JsRuntime outside of run_in_task (#17667)Leo Kettmeir
2023-02-05 refactor: rename `deno` specifiers to `internal` (#17655)Leo Kettmeir
2023-02-05chore(core): improve error message in module loader example (#17654)Waldir Pimenta
2023-02-05fix(ext/console): log class for class constructor (#17615)Gasman
2023-02-03refactor: remove old cjs_esm_translations in graph_util (#17643)David Sherret
2023-02-03refactor: reland "preserve ProcState::file_fetcher between restarts" (#17636)Nayeem Rahman
2023-02-03fix(lsp): prevent crash analyzing module (#17642)David Sherret
2023-02-03chore: forward v1.30.2 release commit to main (#17641)denobot
2023-02-02chore: add release checklist step to check the benchmarks page (#17632)David Sherret
2023-02-03Revert "chore(core): remove have_unpolled_ops on rt state (#17601)" (#17631)Bartek Iwańczuk
2023-02-02fix(webgpu): specify viewFormats in surface configuration (#17626)Leo Kettmeir
2023-02-02chore: forward v1.30.1 release commit to main (#17623)denobot
2023-02-01fix(repl): handle @types/node not being cached in the repl (#17617)David Sherret
2023-02-01fix(lockfile): emit trailing newline (#17618)David Sherret
2023-02-01fix(napi): remove wrong length check in napi_create_function (#17614)Divy Srivastava
2023-02-01fix(napi): return node globalThis from napi_get_global (#17613)Divy Srivastava
2023-02-01chore: bump serde & serde_json deps to use semver minimums (#17610)luketpeterson
2023-01-31refactor(semver): generalize semver related structs (#17605)David Sherret
2023-01-31chore(core): remove have_unpolled_ops on rt state (#17601)Luca Casonato
2023-01-30Revert "fix(watch): preserve `ProcState::file_fetcher` between restarts (#154...Bartek Iwańczuk
2023-01-30chore: update webgpu (#17534)Leo Kettmeir
2023-01-29fix(ext): internal `structuredClone` for `ArrayBuffer` and `TypedArray` subcl...Kenta Moriuchi
2023-01-29perf(ops): Remove unnecessary fast call fallback options usage (#17585)Aapo Alasuutari
2023-01-29refactor(core): derive equality traits for `ResolutionKind` enum (#17578)Satya Rohith
2023-01-28docs: fix typos in `WriteFileOptions`'s JSDoc (#17507)RA80533
2023-01-28fix(install): tsconfig.json -> deno.json for config file suffix (#17573)David Sherret
2023-01-28fix(napi): guard threadsafe function counters behind a mutex (#17552)Bartek Iwańczuk
2023-01-28fix(lsp): update document dependencies on configuration change (#17556)David Sherret
2023-01-28fix(fmt): semiColons: false - handle prop with following generator and do whi...David Sherret
2023-01-27fix: ensure "fs" -> "node:fs" error/quick fix works when user has import map ...David Sherret
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-27chore(cli/cache): fewer string allocations (#17549)Geert-Jan Zwiers
2023-01-26refactor(lsp): fewer clones (#17551)Geert-Jan Zwiers
2023-01-26fix(upgrade): ensure temp dir cleanup on failure (#17535)David Sherret
2023-01-26fix(core): Add lint check for core (#17223)Kenta Moriuchi
2023-01-26chore(ci): update python to 3.11 (#17530)Spencer Comfort
2023-01-26chore(core): fix typo in runtime.rs (#17537)Ikko Eltociear Ashimine
2023-01-261.30.0 (#17532)denobot
2023-01-25fix: support import map specified as data uri (#17531)David Sherret