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