@@ -3,7 +3,7 @@ commit: 81c95189
33parser_typescript Summary:
44AST Parsed : 6530/6537 (99.89%)
55Positive Passed: 6519/6537 (99.72%)
6- Negative Passed: 1403 /5763 (24.34 %)
6+ Negative Passed: 1404 /5763 (24.36 %)
77Expect Syntax Error: tasks/coverage/typescript/tests/cases/compiler/ClassDeclaration24.ts
88
99Expect Syntax Error: tasks/coverage/typescript/tests/cases/compiler/ExportAssignment7.ts
@@ -7282,8 +7282,6 @@ Expect Syntax Error: tasks/coverage/typescript/tests/cases/conformance/parser/ec
72827282
72837283Expect Syntax Error: tasks/coverage/typescript/tests/cases/conformance/parser/ecmascript5/FunctionDeclarations/parserFunctionDeclaration2.d.ts
72847284
7285- Expect Syntax Error: tasks/coverage/typescript/tests/cases/conformance/parser/ecmascript5/FunctionDeclarations/parserFunctionDeclaration2.ts
7286-
72877285Expect Syntax Error: tasks/coverage/typescript/tests/cases/conformance/parser/ecmascript5/FunctionDeclarations/parserFunctionDeclaration3.ts
72887286
72897287Expect Syntax Error: tasks/coverage/typescript/tests/cases/conformance/parser/ecmascript5/FunctionDeclarations/parserFunctionDeclaration4.ts
@@ -12843,6 +12841,14 @@ Expect to Parse: tasks/coverage/typescript/tests/cases/conformance/salsa/private
1284312841 154 │ }
1284412842 ╰────
1284512843
12844+ × TS(1183): An implementation cannot be declared in ambient contexts.
12845+ ╭─[typescript/tests/cases/compiler/functionsWithModifiersInBlocks1.ts:2:25]
12846+ 1 │ {
12847+ 2 │ declare function f() { }
12848+ · ▲
12849+ 3 │ export function f() { }
12850+ ╰────
12851+
1284612852 × Unexpected token
1284712853 ╭─[typescript/tests/cases/compiler/functionsWithModifiersInBlocks1.ts:4:12]
1284812854 3 │ export function f() { }
@@ -18383,6 +18389,14 @@ Expect to Parse: tasks/coverage/typescript/tests/cases/conformance/salsa/private
1838318389 3 │ }
1838418390 ╰────
1838518391
18392+ × TS(1183): An implementation cannot be declared in ambient contexts.
18393+ ╭─[typescript/tests/cases/conformance/ambient/ambientErrors.ts:20:24]
18394+ 19 │ // Ambient function with function body
18395+ 20 │ declare function fn4() { };
18396+ · ▲
18397+ 21 │
18398+ ╰────
18399+
1838618400 × TS(1039): Initializers are not allowed in ambient contexts.
1838718401 ╭─[typescript/tests/cases/conformance/ambient/ambientErrors.ts:2:17]
1838818402 1 │ // Ambient variable with an initializer
@@ -27265,6 +27279,13 @@ Expect to Parse: tasks/coverage/typescript/tests/cases/conformance/salsa/private
2726527279 · ─────────
2726627280 ╰────
2726727281
27282+ × TS(1183): An implementation cannot be declared in ambient contexts.
27283+ ╭─[typescript/tests/cases/conformance/parser/ecmascript5/FunctionDeclarations/parserFunctionDeclaration2.ts:1:24]
27284+ 1 │ declare function Foo() {
27285+ · ▲
27286+ 2 │ }
27287+ ╰────
27288+
2726827289 × Unexpected token
2726927290 ╭─[typescript/tests/cases/conformance/parser/ecmascript5/Fuzz/parser0_004152.ts:2:45]
2727027291 1 │ export class Game {
0 commit comments