Skip to content

Commit

Permalink
Discard changes to crates/swc_ecma_parser/tests/typescript-errors/iss…
Browse files Browse the repository at this point in the history
…ue-3712/input.ts.swc-stderr
  • Loading branch information
kdy1 authored May 10, 2024
1 parent 1723bc3 commit 7f53dbe
Showing 1 changed file with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,10 @@
9 | <html lang='en-US' charSet='UTF-8'>
`----

x This syntax is reserved in files with the .mts or .cts extension. Use an `as` expression instead.
,-[$DIR/tests/typescript-errors/issue-3712/input.ts:6:1]
6 | export const pageLayout = ()=>jsx(
7 | <>
: ^
8 | < !doctype html >
`----

x Expression expected
,-[$DIR/tests/typescript-errors/issue-3712/input.ts:6:1]
6 | export const pageLayout = ()=>jsx(
7 | <>
: ^
8 | < !doctype html >
`----

x This syntax is reserved in files with the .mts or .cts extension. Use an `as` expression instead.
,-[$DIR/tests/typescript-errors/issue-3712/input.ts:7:1]
7 | <>
8 | < !doctype html >
: ^
9 | <html lang='en-US' charSet='UTF-8'>
`----

0 comments on commit 7f53dbe

Please sign in to comment.