mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
ad6d2a7734
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>
1 line
88 B
Text
1 line
88 B
Text
error: Expected Comma, got Some(Word(following)) at [WILDCARD]tests/error_syntax.js:3:5
|