You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run esbuild a.ts in watch mode with esbuild_deno_loader.
Append ,, to b.ts and save.
Remove ,, from b.ts and save.
Expected behavior
Error is recovered and it should be built.
Actual behavior
Some error like the following and nothing happens.
[ERROR] The module's source code could not be parsed: Unexpected token `,`. Expected identifier, string literal, numeric literal or [ for the computed key at
Steps to reproduce
,,
to b.ts and save.,,
from b.ts and save.Expected behavior
Error is recovered and it should be built.
Actual behavior
Some error like the following and nothing happens.
If we modify a.ts, it works fine again.
Additional context
https://github.com/jeiea/esbuild_deno_loader this works as expected, but it feels like monkey patching.
I think it should fail on load phase, not resolve phase.
The text was updated successfully, but these errors were encountered: