Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-11 | chore: move test files to testdata directory (#11601) | David Sherret | |
2020-05-29 | refactor: TS compiler and module graph (#5817) | Bartek IwaĆczuk | |
This PR addresses many problems with module graph loading introduced in #5029, as well as many long standing issues. "ModuleGraphLoader" has been wired to "ModuleLoader" implemented on "State" - that means that dependency analysis and fetching is done before spinning up TS compiler worker. Basic dependency tracking for TS compilation has been implemented. Errors caused by import statements are now annotated with import location. Co-authored-by: Ryan Dahl <ry@tinyclouds.org> | |||
2020-04-20 | refactor(cli/fmt_errors): Improve source line formatting (#4832) | Nayeem Rahman | |
2020-03-24 | errors: replace .lines with explicit .split newline (#4483) | Kevin (Kun) "Kassimo" Qian | |