swc/crates/swc_ecma_parser/tests/span/js/stmt
Donny/강동윤 b8fe04f720
feat(common): Add contexts to the error messages (#6526)
**Description:**

This PR makes the error reporter print contexts.

**Related issue:**

 - https://github.com/swc-project/swc/issues/6525.
2022-11-29 00:56:47 +09:00
..
debugger.js refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
debugger.js.spans feat(common): Add contexts to the error messages (#6526) 2022-11-29 00:56:47 +09:00
do-while.js refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
do-while.js.spans feat(common): Add contexts to the error messages (#6526) 2022-11-29 00:56:47 +09:00
empty.js refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
empty.js.spans feat(common): Add contexts to the error messages (#6526) 2022-11-29 00:56:47 +09:00
for-in.js refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
for-in.js.spans feat(common): Add contexts to the error messages (#6526) 2022-11-29 00:56:47 +09:00
for-of.js refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
for-of.js.spans chore(es/parser): Add span tests back (#4186) 2022-03-30 06:07:40 +00:00
if.js refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
if.js.spans feat(common): Add contexts to the error messages (#6526) 2022-11-29 00:56:47 +09:00
label.js refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
label.js.spans feat(common): Add contexts to the error messages (#6526) 2022-11-29 00:56:47 +09:00
return.js refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
return.js.spans feat(common): Add contexts to the error messages (#6526) 2022-11-29 00:56:47 +09:00
switch.js refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
switch.js.spans feat(common): Add contexts to the error messages (#6526) 2022-11-29 00:56:47 +09:00
throw.js refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
throw.js.spans feat(common): Add contexts to the error messages (#6526) 2022-11-29 00:56:47 +09:00
try-catch-finally.js refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
try-catch-finally.js.spans feat(common): Add contexts to the error messages (#6526) 2022-11-29 00:56:47 +09:00
try-catch.js refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
try-catch.js.spans feat(common): Add contexts to the error messages (#6526) 2022-11-29 00:56:47 +09:00
try-finally.js refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
try-finally.js.spans feat(common): Add contexts to the error messages (#6526) 2022-11-29 00:56:47 +09:00
while.js refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
while.js.spans chore(es/parser): Add span tests back (#4186) 2022-03-30 06:07:40 +00:00
with.js refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
with.js.spans chore(es/parser): Add span tests back (#4186) 2022-03-30 06:07:40 +00:00