@@ -2,7 +2,7 @@ commit: 1d4546bc
22
33parser_babel Summary:
44AST Parsed : 2351/2362 (99.53%)
5- Positive Passed: 2328 /2362 (98.56 %)
5+ Positive Passed: 2332 /2362 (98.73 %)
66Negative Passed: 1600/1698 (94.23%)
77Expect Syntax Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/core/categorized/invalid-startindex-and-startline-specified-without-startcolumn/input.js
88
@@ -560,142 +560,6 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc
560560 6 │ }
561561 ╰────
562562
563- Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/declare/eval/input.ts
564-
565- × Cannot assign to 'eval' in strict mode
566- ╭─[babel/packages/babel-parser/test/fixtures/typescript/declare/eval/input.ts:3:25]
567- 2 │ export namespace ns {
568- 3 │ export function eval(): void;
569- · ────
570- 4 │ export function arguments(): void;
571- ╰────
572-
573- × Cannot assign to 'arguments' in strict mode
574- ╭─[babel/packages/babel-parser/test/fixtures/typescript/declare/eval/input.ts:4:25]
575- 3 │ export function eval(): void;
576- 4 │ export function arguments(): void;
577- · ─────────
578- 5 │ }
579- ╰────
580-
581- × Cannot assign to 'eval' in strict mode
582- ╭─[babel/packages/babel-parser/test/fixtures/typescript/declare/eval/input.ts:8:18]
583- 7 │
584- 8 │ declare function eval(): void;
585- · ────
586- 9 │ declare function arguments(): void;
587- ╰────
588-
589- × Cannot assign to 'arguments' in strict mode
590- ╭─[babel/packages/babel-parser/test/fixtures/typescript/declare/eval/input.ts:9:18]
591- 8 │ declare function eval(): void;
592- 9 │ declare function arguments(): void;
593- · ─────────
594- 10 │
595- ╰────
596-
597- Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/declare/eval-babel-7/input.ts
598-
599- × Cannot assign to 'eval' in strict mode
600- ╭─[babel/packages/babel-parser/test/fixtures/typescript/declare/eval-babel-7/input.ts:3:25]
601- 2 │ export namespace ns {
602- 3 │ export function eval(): void;
603- · ────
604- 4 │ export function arguments(): void;
605- ╰────
606-
607- × Cannot assign to 'arguments' in strict mode
608- ╭─[babel/packages/babel-parser/test/fixtures/typescript/declare/eval-babel-7/input.ts:4:25]
609- 3 │ export function eval(): void;
610- 4 │ export function arguments(): void;
611- · ─────────
612- 5 │ }
613- ╰────
614-
615- × Cannot assign to 'eval' in strict mode
616- ╭─[babel/packages/babel-parser/test/fixtures/typescript/declare/eval-babel-7/input.ts:8:18]
617- 7 │
618- 8 │ declare function eval(): void;
619- · ────
620- 9 │ declare function arguments(): void;
621- ╰────
622-
623- × Cannot assign to 'arguments' in strict mode
624- ╭─[babel/packages/babel-parser/test/fixtures/typescript/declare/eval-babel-7/input.ts:9:18]
625- 8 │ declare function eval(): void;
626- 9 │ declare function arguments(): void;
627- · ─────────
628- 10 │
629- ╰────
630-
631- Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/declare/eval-dts/input.ts
632-
633- × Cannot assign to 'eval' in strict mode
634- ╭─[babel/packages/babel-parser/test/fixtures/typescript/declare/eval-dts/input.ts:4:25]
635- 3 │ export namespace ns {
636- 4 │ export function eval(): void;
637- · ────
638- 5 │ export function arguments(): void;
639- ╰────
640-
641- × Cannot assign to 'arguments' in strict mode
642- ╭─[babel/packages/babel-parser/test/fixtures/typescript/declare/eval-dts/input.ts:5:25]
643- 4 │ export function eval(): void;
644- 5 │ export function arguments(): void;
645- · ─────────
646- 6 │ }
647- ╰────
648-
649- × Cannot assign to 'eval' in strict mode
650- ╭─[babel/packages/babel-parser/test/fixtures/typescript/declare/eval-dts/input.ts:9:18]
651- 8 │
652- 9 │ declare function eval(): void;
653- · ────
654- 10 │ declare function arguments(): void;
655- ╰────
656-
657- × Cannot assign to 'arguments' in strict mode
658- ╭─[babel/packages/babel-parser/test/fixtures/typescript/declare/eval-dts/input.ts:10:18]
659- 9 │ declare function eval(): void;
660- 10 │ declare function arguments(): void;
661- · ─────────
662- 11 │
663- ╰────
664-
665- Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/declare/eval-dts-babel-7/input.ts
666-
667- × Cannot assign to 'eval' in strict mode
668- ╭─[babel/packages/babel-parser/test/fixtures/typescript/declare/eval-dts-babel-7/input.ts:4:25]
669- 3 │ export namespace ns {
670- 4 │ export function eval(): void;
671- · ────
672- 5 │ export function arguments(): void;
673- ╰────
674-
675- × Cannot assign to 'arguments' in strict mode
676- ╭─[babel/packages/babel-parser/test/fixtures/typescript/declare/eval-dts-babel-7/input.ts:5:25]
677- 4 │ export function eval(): void;
678- 5 │ export function arguments(): void;
679- · ─────────
680- 6 │ }
681- ╰────
682-
683- × Cannot assign to 'eval' in strict mode
684- ╭─[babel/packages/babel-parser/test/fixtures/typescript/declare/eval-dts-babel-7/input.ts:9:18]
685- 8 │
686- 9 │ declare function eval(): void;
687- · ────
688- 10 │ declare function arguments(): void;
689- ╰────
690-
691- × Cannot assign to 'arguments' in strict mode
692- ╭─[babel/packages/babel-parser/test/fixtures/typescript/declare/eval-dts-babel-7/input.ts:10:18]
693- 9 │ declare function eval(): void;
694- 10 │ declare function arguments(): void;
695- · ─────────
696- 11 │
697- ╰────
698-
699563Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/explicit-resource-management/valid-for-using-declaration-binding-of/input.js
700564
701565 × Unexpected token
0 commit comments