summaryrefslogtreecommitdiff
path: root/cli/tests/error_syntax_empty_trailing_line.mjs.out
AgeCommit message (Collapse)Author
2021-08-11chore: move test files to testdata directory (#11601)David Sherret
2020-05-29refactor: 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-20refactor(cli/fmt_errors): Improve source line formatting (#4832)Nayeem Rahman
2020-03-24errors: replace .lines with explicit .split newline (#4483)Kevin (Kun) "Kassimo" Qian