summaryrefslogtreecommitdiff
path: root/cli/cache/parsed_source.rs
AgeCommit message (Expand)Author
2024-11-01fix: improved support for cjs and cts modules (#26558)David Sherret
2024-10-14feat(unstable): `--unstable-detect-cjs` for respecting explicit `"type": "com...David Sherret
2024-06-05fix: better handling of npm resolution occurring on workers (#24094)David Sherret
2024-05-21chore: add test to ensure parsing only happens once on first load (#23837)David Sherret
2024-04-14perf: do not clone swc `Program` when transpiling (#23365)David Sherret
2024-02-09fix: upgrade to deno_ast 0.33 (#22341)David Sherret
2024-02-06fix(publish): lazily parse sources (#22301)David Sherret
2024-02-01refactor: load bytes in deno_graph (#22212)David Sherret
2024-01-09fix: update deno_lint and swc (#21718)Bartek Iwańczuk
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-10-25refactor: break out ModuleInfoCache from ParsedSourceCache (#20977)David Sherret
2023-09-07feat: support import attributes (#20342)David Sherret
2023-07-10refactor(lsp): move config file related code to config.rs (#19790)David Sherret
2023-06-14fix: reload config files on watcher restarts (#19487)David Sherret
2023-04-14refactor: break up `ProcState` (#18707)David Sherret
2023-03-27feat(core): initialize SQLite off-main-thread (#18401)Matt Mastracci
2023-03-23refactor: make version and user_agent &'static str (#18400)Bartek Iwańczuk
2023-03-22perf: disable WAL for transpiled source cache (#18084)Bartek Iwańczuk
2023-03-21Revert "fix(cli) Better error messages on corrupt databases that aren… (#18...Bartek Iwańczuk
2023-03-21fix(cli) Better error messages on corrupt databases that aren't automatically...Matt Mastracci
2023-02-22refactor: use deno_graph for npm specifiers (#17858)David Sherret
2023-02-09perf: module info cache - avoid MediaType.to_string() allocation (#17699)David Sherret
2023-02-03refactor: reland "preserve ProcState::file_fetcher between restarts" (#17636)Nayeem Rahman
2023-01-30Revert "fix(watch): preserve `ProcState::file_fetcher` between restarts (#154...Bartek Iwańczuk
2023-01-27chore(cli/cache): fewer string allocations (#17549)Geert-Jan Zwiers
2023-01-13chore: add `copyright_checker` tool and add the missing copyright (#17285)Yiyu Lin
2023-01-10fix(watch): preserve `ProcState::file_fetcher` between restarts (#15466)Nayeem Rahman
2022-11-23chore: more debug logging and avoid allocating strings in ts logging when not...David Sherret
2022-08-29fix(compile): panic when running with a populated dep analysis cache (#15672)David Sherret
2022-08-22perf: cache swc dependency analysis and don't hold onto `ParsedSource`s in me...David Sherret