Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-13 | fix(jsr): ensure proper storage of ahead of time module infos (#21918) | David Sherret | |
This was incorrectly being stored so the AOT cache for JSR specifiers wasn't being used. I added a wrapper type to help prevent the API being used incorrectly. | |||
2024-01-09 | fix: update deno_lint and swc (#21718) | Bartek IwaĆczuk | |
Co-authored-by: David Sherret <dsherret@gmail.com> | |||
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
2023-10-25 | refactor: break out ModuleInfoCache from ParsedSourceCache (#20977) | David Sherret | |
As title. This will help use the two independently from the other, which will help in an upcoming deno doc PR where I need to parse the source files with scope analysis. |