Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-14 | fix(npm): make tarball extraction more reliable (#23759) | David Sherret | |
1. Extracts to a directory beside the destination. 2. Renames to the destination with retries. | |||
2024-04-17 | perf: v8 code cache (#23081) | Igor Zinkovsky | |
This PR enables V8 code cache for ES modules and for `require` scripts through `op_eval_context`. Code cache artifacts are transparently stored and fetched using sqlite db and are passed to V8. `--no-code-cache` can be used to disable. --------- Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2024-03-27 | fix(lsp): decoding percent-encoding(non-ASCII) file path correctly (#22582) | Hajime-san | |
2024-03-14 | chore(cli): move away from PathBuf in clap (#22036) | Łukasz Czerniawski | |
2024-03-07 | fix(publish): make include and exclude work (#22720) | David Sherret | |
1. Stops `deno publish` using some custom include/exclude behaviour from other sub commands 2. Takes ancestor directories into account when resolving gitignore 3. Backards compatible change that adds ability to unexclude an exclude by using a negated glob at a more specific level for all sub commands (see https://github.com/denoland/deno_config/pull/44). | |||
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
2023-09-18 | refactor(lsp): cleanup document preload (#20520) | Nayeem Rahman | |
2023-09-17 | fix(lsp): include JSON modules in local import completions (#20536) | Nayeem Rahman | |
2023-09-09 | Reland "refactor(lsp): clean up "enablePaths" handling (#20388)" (#20423) | Nayeem Rahman | |
2023-08-24 | refactor: use "deno_config" crate (#20260) | Bartek Iwańczuk | |
Moved the configuration file to https://github.com/denoland/deno_config as we will have to use it in other projects. | |||
2023-06-13 | fix(lsp): don't pre-load documents matched in the config file's "exclude" ↵ | David Sherret | |
(#19431) This prevents documents specified in a deno.json's "exclude" from being pre-loaded by the lsp. For example, someone may have something like: ```jsonc // deno.json { "exclude": [ "dist" // build directory ] } ``` | |||
2023-03-21 | feat: TypeScript 5.0.2 (except decorators) (#18294) | David Sherret | |
This upgrades TypeScript to 5.0.2, but does not have ES decorator support because swc does not support that yet. | |||
2023-03-15 | fix(lsp): avoid calling client while holding lock (#18197) | David Sherret | |
2023-01-27 | chore: upgrade to Rust 1.67 (#17548) | David Sherret | |
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2023-01-13 | chore: add `copyright_checker` tool and add the missing copyright (#17285) | Yiyu Lin | |
2022-11-28 | refactor: create util folder, move nap_sym to napi/sym, move http_cache to ↵ | David Sherret | |
cache folder (#16857) |